CopyMethod Class |
Namespace: Independentsoft.Webdav.Methods
The CopyMethod type exposes the following members.
| Name | Description | |
|---|---|---|
| CopyMethod |
Initializes a new instance of the CopyMethod class.
| |
| CopyMethod(String, String) |
Initializes a new instance of the CopyMethod class with specified source and destination.
| |
| CopyMethod(String, String, Boolean) |
Construct CopyMethod object with specified source and destination.
|
| Name | Description | |
|---|---|---|
| Destination |
Gets or sets URI of the destination.
| |
| Overwrite |
Gets or set a value indicating whether a overwrite is allowed
if destination resource already exist.
| |
| Source |
Gets or sets URI of the resource to copy.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| MethodName |
The method name.
|